3.2.91 \(\int \coth (x) (a+b \text {sech}^2(x))^{3/2} \, dx\) [191]

Optimal. Leaf size=70 \[ a^{3/2} \tanh ^{-1}\left (\frac {\sqrt {a+b \text {sech}^2(x)}}{\sqrt {a}}\right )-(a+b)^{3/2} \tanh ^{-1}\left (\frac {\sqrt {a+b \text {sech}^2(x)}}{\sqrt {a+b}}\right )+b \sqrt {a+b \text {sech}^2(x)} \]

[Out]

a^(3/2)*arctanh((a+b*sech(x)^2)^(1/2)/a^(1/2))-(a+b)^(3/2)*arctanh((a+b*sech(x)^2)^(1/2)/(a+b)^(1/2))+b*(a+b*s
ech(x)^2)^(1/2)

________________________________________________________________________________________

Rubi [A]
time = 0.09, antiderivative size = 70, normalized size of antiderivative = 1.00, number of steps used = 8, number of rules used = 6, integrand size = 15, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.400, Rules used = {4224, 457, 86, 162, 65, 214} \begin {gather*} a^{3/2} \tanh ^{-1}\left (\frac {\sqrt {a+b \text {sech}^2(x)}}{\sqrt {a}}\right )+b \sqrt {a+b \text {sech}^2(x)}-(a+b)^{3/2} \tanh ^{-1}\left (\frac {\sqrt {a+b \text {sech}^2(x)}}{\sqrt {a+b}}\right ) \end {gather*}

Antiderivative was successfully verified.

[In]

Int[Coth[x]*(a + b*Sech[x]^2)^(3/2),x]

[Out]

a^(3/2)*ArcTanh[Sqrt[a + b*Sech[x]^2]/Sqrt[a]] - (a + b)^(3/2)*ArcTanh[Sqrt[a + b*Sech[x]^2]/Sqrt[a + b]] + b*
Sqrt[a + b*Sech[x]^2]

Rule 65

Int[((a_.) + (b_.)*(x_))^(m_)*((c_.) + (d_.)*(x_))^(n_), x_Symbol] :> With[{p = Denominator[m]}, Dist[p/b, Sub
st[Int[x^(p*(m + 1) - 1)*(c - a*(d/b) + d*(x^p/b))^n, x], x, (a + b*x)^(1/p)], x]] /; FreeQ[{a, b, c, d}, x] &
& NeQ[b*c - a*d, 0] && LtQ[-1, m, 0] && LeQ[-1, n, 0] && LeQ[Denominator[n], Denominator[m]] && IntLinearQ[a,
b, c, d, m, n, x]

Rule 86

Int[((e_.) + (f_.)*(x_))^(p_)/(((a_.) + (b_.)*(x_))*((c_.) + (d_.)*(x_))), x_Symbol] :> Simp[f*((e + f*x)^(p -
 1)/(b*d*(p - 1))), x] + Dist[1/(b*d), Int[(b*d*e^2 - a*c*f^2 + f*(2*b*d*e - b*c*f - a*d*f)*x)*((e + f*x)^(p -
 2)/((a + b*x)*(c + d*x))), x], x] /; FreeQ[{a, b, c, d, e, f}, x] && GtQ[p, 1]

Rule 162

Int[(((e_.) + (f_.)*(x_))^(p_)*((g_.) + (h_.)*(x_)))/(((a_.) + (b_.)*(x_))*((c_.) + (d_.)*(x_))), x_Symbol] :>
 Dist[(b*g - a*h)/(b*c - a*d), Int[(e + f*x)^p/(a + b*x), x], x] - Dist[(d*g - c*h)/(b*c - a*d), Int[(e + f*x)
^p/(c + d*x), x], x] /; FreeQ[{a, b, c, d, e, f, g, h}, x]

Rule 214

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(Rt[-a/b, 2]/a)*ArcTanh[x/Rt[-a/b, 2]], x] /; FreeQ[{a, b},
x] && NegQ[a/b]

Rule 457

Int[(x_)^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_.)*((c_) + (d_.)*(x_)^(n_))^(q_.), x_Symbol] :> Dist[1/n, Subst[Int
[x^(Simplify[(m + 1)/n] - 1)*(a + b*x)^p*(c + d*x)^q, x], x, x^n], x] /; FreeQ[{a, b, c, d, m, n, p, q}, x] &&
 NeQ[b*c - a*d, 0] && IntegerQ[Simplify[(m + 1)/n]]

Rule 4224

Int[((a_) + (b_.)*((c_.)*sec[(e_.) + (f_.)*(x_)])^(n_))^(p_.)*tan[(e_.) + (f_.)*(x_)]^(m_.), x_Symbol] :> With
[{ff = FreeFactors[Sec[e + f*x], x]}, Dist[1/f, Subst[Int[(-1 + ff^2*x^2)^((m - 1)/2)*((a + b*(c*ff*x)^n)^p/x)
, x], x, Sec[e + f*x]/ff], x]] /; FreeQ[{a, b, c, e, f, n, p}, x] && IntegerQ[(m - 1)/2] && (GtQ[m, 0] || EqQ[
n, 2] || EqQ[n, 4] || IGtQ[p, 0] || IntegersQ[2*n, p])

Rubi steps

\begin {align*} \int \coth (x) \left (a+b \text {sech}^2(x)\right )^{3/2} \, dx &=\text {Subst}\left (\int \frac {\left (a+b x^2\right )^{3/2}}{x \left (-1+x^2\right )} \, dx,x,\text {sech}(x)\right )\\ &=\frac {1}{2} \text {Subst}\left (\int \frac {(a+b x)^{3/2}}{(-1+x) x} \, dx,x,\text {sech}^2(x)\right )\\ &=b \sqrt {a+b \text {sech}^2(x)}+\frac {1}{2} \text {Subst}\left (\int \frac {a^2+b (2 a+b) x}{(-1+x) x \sqrt {a+b x}} \, dx,x,\text {sech}^2(x)\right )\\ &=b \sqrt {a+b \text {sech}^2(x)}-\frac {1}{2} a^2 \text {Subst}\left (\int \frac {1}{x \sqrt {a+b x}} \, dx,x,\text {sech}^2(x)\right )+\frac {1}{2} (a+b)^2 \text {Subst}\left (\int \frac {1}{(-1+x) \sqrt {a+b x}} \, dx,x,\text {sech}^2(x)\right )\\ &=b \sqrt {a+b \text {sech}^2(x)}-\frac {a^2 \text {Subst}\left (\int \frac {1}{-\frac {a}{b}+\frac {x^2}{b}} \, dx,x,\sqrt {a+b \text {sech}^2(x)}\right )}{b}+\frac {(a+b)^2 \text {Subst}\left (\int \frac {1}{-1-\frac {a}{b}+\frac {x^2}{b}} \, dx,x,\sqrt {a+b \text {sech}^2(x)}\right )}{b}\\ &=a^{3/2} \tanh ^{-1}\left (\frac {\sqrt {a+b \text {sech}^2(x)}}{\sqrt {a}}\right )-(a+b)^{3/2} \tanh ^{-1}\left (\frac {\sqrt {a+b \text {sech}^2(x)}}{\sqrt {a+b}}\right )+b \sqrt {a+b \text {sech}^2(x)}\\ \end {align*}

________________________________________________________________________________________

Mathematica [B] Leaf count is larger than twice the leaf count of optimal. \(159\) vs. \(2(70)=140\).
time = 0.33, size = 159, normalized size = 2.27 \begin {gather*} -\frac {2 \left (b+a \cosh ^2(x)\right ) \left (\sqrt {2} (a+b)^2 \tanh ^{-1}\left (\frac {\sqrt {2} \sqrt {a+b} \cosh (x)}{\sqrt {a+2 b+a \cosh (2 x)}}\right ) \cosh (x)-\sqrt {a+b} \left (b \sqrt {a+2 b+a \cosh (2 x)}+\sqrt {2} a^{3/2} \cosh (x) \log \left (\sqrt {2} \sqrt {a} \cosh (x)+\sqrt {a+2 b+a \cosh (2 x)}\right )\right )\right ) \sqrt {a+b \text {sech}^2(x)}}{\sqrt {a+b} (a+2 b+a \cosh (2 x))^{3/2}} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[Coth[x]*(a + b*Sech[x]^2)^(3/2),x]

[Out]

(-2*(b + a*Cosh[x]^2)*(Sqrt[2]*(a + b)^2*ArcTanh[(Sqrt[2]*Sqrt[a + b]*Cosh[x])/Sqrt[a + 2*b + a*Cosh[2*x]]]*Co
sh[x] - Sqrt[a + b]*(b*Sqrt[a + 2*b + a*Cosh[2*x]] + Sqrt[2]*a^(3/2)*Cosh[x]*Log[Sqrt[2]*Sqrt[a]*Cosh[x] + Sqr
t[a + 2*b + a*Cosh[2*x]]]))*Sqrt[a + b*Sech[x]^2])/(Sqrt[a + b]*(a + 2*b + a*Cosh[2*x])^(3/2))

________________________________________________________________________________________

Maple [F]
time = 1.56, size = 0, normalized size = 0.00 \[\int \coth \left (x \right ) \left (a +b \mathrm {sech}\left (x \right )^{2}\right )^{\frac {3}{2}}\, dx\]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(coth(x)*(a+b*sech(x)^2)^(3/2),x)

[Out]

int(coth(x)*(a+b*sech(x)^2)^(3/2),x)

________________________________________________________________________________________

Maxima [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(coth(x)*(a+b*sech(x)^2)^(3/2),x, algorithm="maxima")

[Out]

integrate((b*sech(x)^2 + a)^(3/2)*coth(x), x)

________________________________________________________________________________________

Fricas [B] Leaf count of result is larger than twice the leaf count of optimal. 626 vs. \(2 (56) = 112\).
time = 0.60, size = 4123, normalized size = 58.90 \begin {gather*} \text {Too large to display} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(coth(x)*(a+b*sech(x)^2)^(3/2),x, algorithm="fricas")

[Out]

[1/4*((a*cosh(x)^2 + 2*a*cosh(x)*sinh(x) + a*sinh(x)^2 + a)*sqrt(a)*log(((a^3 + 2*a^2*b + a*b^2)*cosh(x)^8 + 8
*(a^3 + 2*a^2*b + a*b^2)*cosh(x)*sinh(x)^7 + (a^3 + 2*a^2*b + a*b^2)*sinh(x)^8 + 2*(2*a^3 + 5*a^2*b + 4*a*b^2
+ b^3)*cosh(x)^6 + 2*(2*a^3 + 5*a^2*b + 4*a*b^2 + b^3 + 14*(a^3 + 2*a^2*b + a*b^2)*cosh(x)^2)*sinh(x)^6 + 4*(1
4*(a^3 + 2*a^2*b + a*b^2)*cosh(x)^3 + 3*(2*a^3 + 5*a^2*b + 4*a*b^2 + b^3)*cosh(x))*sinh(x)^5 + (6*a^3 + 14*a^2
*b + 9*a*b^2)*cosh(x)^4 + (70*(a^3 + 2*a^2*b + a*b^2)*cosh(x)^4 + 6*a^3 + 14*a^2*b + 9*a*b^2 + 30*(2*a^3 + 5*a
^2*b + 4*a*b^2 + b^3)*cosh(x)^2)*sinh(x)^4 + 4*(14*(a^3 + 2*a^2*b + a*b^2)*cosh(x)^5 + 10*(2*a^3 + 5*a^2*b + 4
*a*b^2 + b^3)*cosh(x)^3 + (6*a^3 + 14*a^2*b + 9*a*b^2)*cosh(x))*sinh(x)^3 + a^3 + 2*(2*a^3 + 3*a^2*b)*cosh(x)^
2 + 2*(14*(a^3 + 2*a^2*b + a*b^2)*cosh(x)^6 + 15*(2*a^3 + 5*a^2*b + 4*a*b^2 + b^3)*cosh(x)^4 + 2*a^3 + 3*a^2*b
 + 3*(6*a^3 + 14*a^2*b + 9*a*b^2)*cosh(x)^2)*sinh(x)^2 + sqrt(2)*((a^2 + 2*a*b + b^2)*cosh(x)^6 + 6*(a^2 + 2*a
*b + b^2)*cosh(x)*sinh(x)^5 + (a^2 + 2*a*b + b^2)*sinh(x)^6 + 3*(a^2 + 2*a*b + b^2)*cosh(x)^4 + 3*(5*(a^2 + 2*
a*b + b^2)*cosh(x)^2 + a^2 + 2*a*b + b^2)*sinh(x)^4 + 4*(5*(a^2 + 2*a*b + b^2)*cosh(x)^3 + 3*(a^2 + 2*a*b + b^
2)*cosh(x))*sinh(x)^3 + (3*a^2 + 4*a*b)*cosh(x)^2 + (15*(a^2 + 2*a*b + b^2)*cosh(x)^4 + 18*(a^2 + 2*a*b + b^2)
*cosh(x)^2 + 3*a^2 + 4*a*b)*sinh(x)^2 + a^2 + 2*(3*(a^2 + 2*a*b + b^2)*cosh(x)^5 + 6*(a^2 + 2*a*b + b^2)*cosh(
x)^3 + (3*a^2 + 4*a*b)*cosh(x))*sinh(x))*sqrt(a)*sqrt((a*cosh(x)^2 + a*sinh(x)^2 + a + 2*b)/(cosh(x)^2 - 2*cos
h(x)*sinh(x) + sinh(x)^2)) + 4*(2*(a^3 + 2*a^2*b + a*b^2)*cosh(x)^7 + 3*(2*a^3 + 5*a^2*b + 4*a*b^2 + b^3)*cosh
(x)^5 + (6*a^3 + 14*a^2*b + 9*a*b^2)*cosh(x)^3 + (2*a^3 + 3*a^2*b)*cosh(x))*sinh(x))/(cosh(x)^6 + 6*cosh(x)^5*
sinh(x) + 15*cosh(x)^4*sinh(x)^2 + 20*cosh(x)^3*sinh(x)^3 + 15*cosh(x)^2*sinh(x)^4 + 6*cosh(x)*sinh(x)^5 + sin
h(x)^6)) + 2*((a + b)*cosh(x)^2 + 2*(a + b)*cosh(x)*sinh(x) + (a + b)*sinh(x)^2 + a + b)*sqrt(a + b)*log(((2*a
 + b)*cosh(x)^4 + 4*(2*a + b)*cosh(x)*sinh(x)^3 + (2*a + b)*sinh(x)^4 + 2*(2*a + 3*b)*cosh(x)^2 + 2*(3*(2*a +
b)*cosh(x)^2 + 2*a + 3*b)*sinh(x)^2 - 2*sqrt(2)*(cosh(x)^2 + 2*cosh(x)*sinh(x) + sinh(x)^2 + 1)*sqrt(a + b)*sq
rt((a*cosh(x)^2 + a*sinh(x)^2 + a + 2*b)/(cosh(x)^2 - 2*cosh(x)*sinh(x) + sinh(x)^2)) + 4*((2*a + b)*cosh(x)^3
 + (2*a + 3*b)*cosh(x))*sinh(x) + 2*a + b)/(cosh(x)^4 + 4*cosh(x)*sinh(x)^3 + sinh(x)^4 + 2*(3*cosh(x)^2 - 1)*
sinh(x)^2 - 2*cosh(x)^2 + 4*(cosh(x)^3 - cosh(x))*sinh(x) + 1)) + (a*cosh(x)^2 + 2*a*cosh(x)*sinh(x) + a*sinh(
x)^2 + a)*sqrt(a)*log(-(a*cosh(x)^4 + 4*a*cosh(x)*sinh(x)^3 + a*sinh(x)^4 + 2*b*cosh(x)^2 + 2*(3*a*cosh(x)^2 +
 b)*sinh(x)^2 + sqrt(2)*(cosh(x)^2 + 2*cosh(x)*sinh(x) + sinh(x)^2 - 1)*sqrt(a)*sqrt((a*cosh(x)^2 + a*sinh(x)^
2 + a + 2*b)/(cosh(x)^2 - 2*cosh(x)*sinh(x) + sinh(x)^2)) + 4*(a*cosh(x)^3 + b*cosh(x))*sinh(x) + a)/(cosh(x)^
2 + 2*cosh(x)*sinh(x) + sinh(x)^2)) + 4*sqrt(2)*b*sqrt((a*cosh(x)^2 + a*sinh(x)^2 + a + 2*b)/(cosh(x)^2 - 2*co
sh(x)*sinh(x) + sinh(x)^2)))/(cosh(x)^2 + 2*cosh(x)*sinh(x) + sinh(x)^2 + 1), 1/4*(4*((a + b)*cosh(x)^2 + 2*(a
 + b)*cosh(x)*sinh(x) + (a + b)*sinh(x)^2 + a + b)*sqrt(-a - b)*arctan(sqrt(2)*(cosh(x)^2 + 2*cosh(x)*sinh(x)
+ sinh(x)^2 + 1)*sqrt(-a - b)*sqrt((a*cosh(x)^2 + a*sinh(x)^2 + a + 2*b)/(cosh(x)^2 - 2*cosh(x)*sinh(x) + sinh
(x)^2))/(a*cosh(x)^4 + 4*a*cosh(x)*sinh(x)^3 + a*sinh(x)^4 + 2*(a + 2*b)*cosh(x)^2 + 2*(3*a*cosh(x)^2 + a + 2*
b)*sinh(x)^2 + 4*(a*cosh(x)^3 + (a + 2*b)*cosh(x))*sinh(x) + a)) + (a*cosh(x)^2 + 2*a*cosh(x)*sinh(x) + a*sinh
(x)^2 + a)*sqrt(a)*log(((a^3 + 2*a^2*b + a*b^2)*cosh(x)^8 + 8*(a^3 + 2*a^2*b + a*b^2)*cosh(x)*sinh(x)^7 + (a^3
 + 2*a^2*b + a*b^2)*sinh(x)^8 + 2*(2*a^3 + 5*a^2*b + 4*a*b^2 + b^3)*cosh(x)^6 + 2*(2*a^3 + 5*a^2*b + 4*a*b^2 +
 b^3 + 14*(a^3 + 2*a^2*b + a*b^2)*cosh(x)^2)*sinh(x)^6 + 4*(14*(a^3 + 2*a^2*b + a*b^2)*cosh(x)^3 + 3*(2*a^3 +
5*a^2*b + 4*a*b^2 + b^3)*cosh(x))*sinh(x)^5 + (6*a^3 + 14*a^2*b + 9*a*b^2)*cosh(x)^4 + (70*(a^3 + 2*a^2*b + a*
b^2)*cosh(x)^4 + 6*a^3 + 14*a^2*b + 9*a*b^2 + 30*(2*a^3 + 5*a^2*b + 4*a*b^2 + b^3)*cosh(x)^2)*sinh(x)^4 + 4*(1
4*(a^3 + 2*a^2*b + a*b^2)*cosh(x)^5 + 10*(2*a^3 + 5*a^2*b + 4*a*b^2 + b^3)*cosh(x)^3 + (6*a^3 + 14*a^2*b + 9*a
*b^2)*cosh(x))*sinh(x)^3 + a^3 + 2*(2*a^3 + 3*a^2*b)*cosh(x)^2 + 2*(14*(a^3 + 2*a^2*b + a*b^2)*cosh(x)^6 + 15*
(2*a^3 + 5*a^2*b + 4*a*b^2 + b^3)*cosh(x)^4 + 2*a^3 + 3*a^2*b + 3*(6*a^3 + 14*a^2*b + 9*a*b^2)*cosh(x)^2)*sinh
(x)^2 + sqrt(2)*((a^2 + 2*a*b + b^2)*cosh(x)^6 + 6*(a^2 + 2*a*b + b^2)*cosh(x)*sinh(x)^5 + (a^2 + 2*a*b + b^2)
*sinh(x)^6 + 3*(a^2 + 2*a*b + b^2)*cosh(x)^4 + 3*(5*(a^2 + 2*a*b + b^2)*cosh(x)^2 + a^2 + 2*a*b + b^2)*sinh(x)
^4 + 4*(5*(a^2 + 2*a*b + b^2)*cosh(x)^3 + 3*(a^2 + 2*a*b + b^2)*cosh(x))*sinh(x)^3 + (3*a^2 + 4*a*b)*cosh(x)^2
 + (15*(a^2 + 2*a*b + b^2)*cosh(x)^4 + 18*(a^2 + 2*a*b + b^2)*cosh(x)^2 + 3*a^2 + 4*a*b)*sinh(x)^2 + a^2 + 2*(
3*(a^2 + 2*a*b + b^2)*cosh(x)^5 + 6*(a^2 + 2*a*b + b^2)*cosh(x)^3 + (3*a^2 + 4*a*b)*cosh(x))*sinh(x))*sqrt(a)*
sqrt((a*cosh(x)^2 + a*sinh(x)^2 + a + 2*b)/(cos...

________________________________________________________________________________________

Sympy [F(-1)] Timed out
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Timed out} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(coth(x)*(a+b*sech(x)**2)**(3/2),x)

[Out]

Timed out

________________________________________________________________________________________

Giac [B] Leaf count of result is larger than twice the leaf count of optimal. 134 vs. \(2 (56) = 112\).
time = 0.60, size = 134, normalized size = 1.91 \begin {gather*} -\frac {4 \, {\left ({\left (\sqrt {a} e^{\left (2 \, x\right )} - \sqrt {a e^{\left (4 \, x\right )} + 2 \, a e^{\left (2 \, x\right )} + 4 \, b e^{\left (2 \, x\right )} + a}\right )} b^{2} - \sqrt {a} b^{2}\right )}}{{\left (\sqrt {a} e^{\left (2 \, x\right )} - \sqrt {a e^{\left (4 \, x\right )} + 2 \, a e^{\left (2 \, x\right )} + 4 \, b e^{\left (2 \, x\right )} + a}\right )}^{2} + 2 \, {\left (\sqrt {a} e^{\left (2 \, x\right )} - \sqrt {a e^{\left (4 \, x\right )} + 2 \, a e^{\left (2 \, x\right )} + 4 \, b e^{\left (2 \, x\right )} + a}\right )} \sqrt {a} + a + 4 \, b} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(coth(x)*(a+b*sech(x)^2)^(3/2),x, algorithm="giac")

[Out]

-4*((sqrt(a)*e^(2*x) - sqrt(a*e^(4*x) + 2*a*e^(2*x) + 4*b*e^(2*x) + a))*b^2 - sqrt(a)*b^2)/((sqrt(a)*e^(2*x) -
 sqrt(a*e^(4*x) + 2*a*e^(2*x) + 4*b*e^(2*x) + a))^2 + 2*(sqrt(a)*e^(2*x) - sqrt(a*e^(4*x) + 2*a*e^(2*x) + 4*b*
e^(2*x) + a))*sqrt(a) + a + 4*b)

________________________________________________________________________________________

Mupad [F]
time = 0.00, size = -1, normalized size = -0.01 \begin {gather*} \int \mathrm {coth}\left (x\right )\,{\left (a+\frac {b}{{\mathrm {cosh}\left (x\right )}^2}\right )}^{3/2} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(coth(x)*(a + b/cosh(x)^2)^(3/2),x)

[Out]

int(coth(x)*(a + b/cosh(x)^2)^(3/2), x)

________________________________________________________________________________________